public class KeyedObservableCollection<TItem,TKey> : System.Collections.ObjectModel.ObservableCollection<TItem>, IKeyedList<TItem,TKey> where TItem: class
'宣言 Public Class KeyedObservableCollection (Of TItem As Class, TKey) Inherits System.Collections.ObjectModel.ObservableCollection(Of TItem) Implements IKeyedList(Of TItem,TKey)
KeyedObservableCollection<TItem,TKey> メンバ Infragistics.Collections 名前空間